| GroupId | GroupIdus.hebi.glue |
|---|---|
| ArtifactId | ArtifactIdglue |
| Version | Version1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| glue-1.0.pom | |
| glue-1.0.jar | 24 KB |
| glue-1.0-sources.jar | 13 KB |
| glue-1.0-javadoc.jar | 38 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/us.hebi.glue/glue/ -->
<dependency>
<groupId>us.hebi.glue</groupId>
<artifactId>glue</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/us.hebi.glue/glue/
implementation 'us.hebi.glue:glue:1.0'
// https://jarcasting.com/artifacts/us.hebi.glue/glue/
implementation ("us.hebi.glue:glue:1.0")
'us.hebi.glue:glue:jar:1.0'
<dependency org="us.hebi.glue" name="glue" rev="1.0">
<artifact name="glue" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.hebi.glue', module='glue', version='1.0')
)
libraryDependencies += "us.hebi.glue" % "glue" % "1.0"
[us.hebi.glue/glue "1.0"]