MVN

com.craterdog : java-smart-objects

Maven & Gradle

Jun 04, 2022
3 usages
3 stars

Crater Dog Java Smart Objects · A framework for defining classes that have smart implementations for the standard Object methods.

<dependency>
    <groupId>com.craterdog</groupId>
    <artifactId>java-smart-objects</artifactId>
    <version>3.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.craterdog : java-smart-objects to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.18

All Versions

Choose a version of com.craterdog : java-smart-objects to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.18
java-smart-objects-3.18
3.17
java-smart-objects-3.17
3.16
java-smart-objects-3.16
3.15
java-smart-objects-3.15
3.14
java-smart-objects-3.14
3.13
java-smart-objects-3.13
3.12
java-smart-objects-3.12
3.11
java-smart-objects-3.11
3.10
java-smart-objects-3.10
3.9
java-smart-objects-3.9
3.8
java-smart-objects-3.8
3.7
java-smart-objects-3.7
3.6
java-smart-objects-3.6
3.5
java-smart-objects-3.5
3.4
java-smart-objects-3.4
3.3
java-smart-objects-3.3
3.2
java-smart-objects-3.2
3.1
java-smart-objects-3.1
3.0
java-smart-objects-3.0

How to add a dependency to Maven

Add the following com.craterdog : java-smart-objects maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.craterdog</groupId>
    <artifactId>java-smart-objects</artifactId>
    <version>3.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.craterdog : java-smart-objects gradle dependency to your build.gradle file:

implementation 'com.craterdog:java-smart-objects:3.18'

Gradle Kotlin DSL: Add the following com.craterdog : java-smart-objects gradle kotlin dependency to your build.gradle.kts file:

implementation("com.craterdog:java-smart-objects:3.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.craterdog : java-smart-objects sbt scala dependency to your build.sbt file:

libraryDependencies += "com.craterdog" % "java-smart-objects" % "3.18"

Advertisement