s

softsmithy-lib-core

A Java utility library.
http://www.softsmithy.org
Files download
File Operation
softsmithy-lib-core-0.3.jar download
softsmithy-lib-core-0.3.pom download
softsmithy-lib-core-0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.softsmithy.lib</groupId>
  <artifactId>softsmithy-lib-core</artifactId>
  <version>0.3</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.softsmithy.lib:softsmithy-lib-core:0.3'
Gradle Kotlin
implementation("org.softsmithy.lib:softsmithy-lib-core:0.3")
Scala SBT
libraryDependencies += "org.softsmithy.lib" % "softsmithy-lib-core" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='org.softsmithy.lib', module='softsmithy-lib-core', version='0.3')
)
Apache Ivy
<dependency org="org.softsmithy.lib" name="softsmithy-lib-core" rev="0.3" />
Leiningen
[org.softsmithy.lib/softsmithy-lib-core "0.3"]
Apache Buildr
'org.softsmithy.lib:softsmithy-lib-core:jar:0.3'