GroupId | GroupIdde.simpleworks.staf |
---|---|
ArtifactId | ArtifactIdcommons |
Version | Version0.100 |
Type | Typejar |
Filename | Size |
---|---|
commons-0.100.pom | |
commons-0.100.jar | 179 KB |
commons-0.100-sources.jar | 92 KB |
commons-0.100-javadoc.jar | 710 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.simpleworks.staf/commons/ -->
<dependency>
<groupId>de.simpleworks.staf</groupId>
<artifactId>commons</artifactId>
<version>0.100</version>
</dependency>
// https://jarcasting.com/artifacts/de.simpleworks.staf/commons/
implementation 'de.simpleworks.staf:commons:0.100'
// https://jarcasting.com/artifacts/de.simpleworks.staf/commons/
implementation ("de.simpleworks.staf:commons:0.100")
'de.simpleworks.staf:commons:jar:0.100'
<dependency org="de.simpleworks.staf" name="commons" rev="0.100">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.simpleworks.staf', module='commons', version='0.100')
)
libraryDependencies += "de.simpleworks.staf" % "commons" % "0.100"
[de.simpleworks.staf/commons "0.100"]