is not current version
Last Version 2.1.1

org.softsmithy.lib:softsmithy-lib 2.0

A Java utility library.

GroupId

GroupId

org.softsmithy.lib
ArtifactId

ArtifactId

softsmithy-lib
Version

Version

2.0
Type

Type

pom

Download softsmithy-lib 2.0

Filename Size
softsmithy-lib-2.0.pom 5 KB
Browse

<!-- https://jarcasting.com/artifacts/org.softsmithy.lib/softsmithy-lib/ -->
<dependency>
    <groupId>org.softsmithy.lib</groupId>
    <artifactId>softsmithy-lib</artifactId>
    <version>2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.softsmithy.lib/softsmithy-lib/
implementation 'org.softsmithy.lib:softsmithy-lib:2.0'
// https://jarcasting.com/artifacts/org.softsmithy.lib/softsmithy-lib/
implementation ("org.softsmithy.lib:softsmithy-lib:2.0")
'org.softsmithy.lib:softsmithy-lib:pom:2.0'
<dependency org="org.softsmithy.lib" name="softsmithy-lib" rev="2.0">
  <artifact name="softsmithy-lib" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.softsmithy.lib', module='softsmithy-lib', version='2.0')
)
libraryDependencies += "org.softsmithy.lib" % "softsmithy-lib" % "2.0"
[org.softsmithy.lib/softsmithy-lib "2.0"]