| GroupId | GroupIdorg.softsmithy.devlib |
|---|---|
| ArtifactId | ArtifactIdsoftsmithy-devlib |
| Version | Version2.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| softsmithy-devlib-2.1.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.softsmithy.devlib/softsmithy-devlib/ -->
<dependency>
<groupId>org.softsmithy.devlib</groupId>
<artifactId>softsmithy-devlib</artifactId>
<version>2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.softsmithy.devlib/softsmithy-devlib/
implementation 'org.softsmithy.devlib:softsmithy-devlib:2.1'
// https://jarcasting.com/artifacts/org.softsmithy.devlib/softsmithy-devlib/
implementation ("org.softsmithy.devlib:softsmithy-devlib:2.1")
'org.softsmithy.devlib:softsmithy-devlib:pom:2.1'
<dependency org="org.softsmithy.devlib" name="softsmithy-devlib" rev="2.1">
<artifact name="softsmithy-devlib" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.softsmithy.devlib', module='softsmithy-devlib', version='2.1')
)
libraryDependencies += "org.softsmithy.devlib" % "softsmithy-devlib" % "2.1"
[org.softsmithy.devlib/softsmithy-devlib "2.1"]