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