GroupId | GroupIdde.srsoftware |
---|---|
ArtifactId | ArtifactIdtools |
Version | Version1.1.7 |
Type | Typejar |
Filename | Size |
---|---|
tools-1.1.7.pom | |
tools-1.1.7.jar | 40 KB |
tools-1.1.7-sources.jar | 21 KB |
tools-1.1.7-javadoc.jar | 513 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.srsoftware/tools/ -->
<dependency>
<groupId>de.srsoftware</groupId>
<artifactId>tools</artifactId>
<version>1.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/de.srsoftware/tools/
implementation 'de.srsoftware:tools:1.1.7'
// https://jarcasting.com/artifacts/de.srsoftware/tools/
implementation ("de.srsoftware:tools:1.1.7")
'de.srsoftware:tools:jar:1.1.7'
<dependency org="de.srsoftware" name="tools" rev="1.1.7">
<artifact name="tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.srsoftware', module='tools', version='1.1.7')
)
libraryDependencies += "de.srsoftware" % "tools" % "1.1.7"
[de.srsoftware/tools "1.1.7"]