GroupId | GroupIdcom.google.code.simplestuff |
---|---|
ArtifactId | ArtifactIdsimplestuff |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
simplestuff-0.1.pom | |
simplestuff-0.1.jar | 15 KB |
simplestuff-0.1-sources.jar | 12 KB |
simplestuff-0.1-javadoc.jar | 68 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.simplestuff/simplestuff/ -->
<dependency>
<groupId>com.google.code.simplestuff</groupId>
<artifactId>simplestuff</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.simplestuff/simplestuff/
implementation 'com.google.code.simplestuff:simplestuff:0.1'
// https://jarcasting.com/artifacts/com.google.code.simplestuff/simplestuff/
implementation ("com.google.code.simplestuff:simplestuff:0.1")
'com.google.code.simplestuff:simplestuff:jar:0.1'
<dependency org="com.google.code.simplestuff" name="simplestuff" rev="0.1">
<artifact name="simplestuff" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.google.code.simplestuff', module='simplestuff', version='0.1')
)
libraryDependencies += "com.google.code.simplestuff" % "simplestuff" % "0.1"
[com.google.code.simplestuff/simplestuff "0.1"]