GroupId | GroupIdcom.github.houbb |
---|---|
ArtifactId | ArtifactIdsandglass-api |
Version | Version1.3.1 |
Type | Typejar |
Filename | Size |
---|---|
sandglass-api-1.3.1.pom | |
sandglass-api-1.3.1.jar | 25 KB |
sandglass-api-1.3.1-sources.jar | 23 KB |
sandglass-api-1.3.1-javadoc.jar | 250 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/sandglass-api/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>sandglass-api</artifactId>
<version>1.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/sandglass-api/
implementation 'com.github.houbb:sandglass-api:1.3.1'
// https://jarcasting.com/artifacts/com.github.houbb/sandglass-api/
implementation ("com.github.houbb:sandglass-api:1.3.1")
'com.github.houbb:sandglass-api:jar:1.3.1'
<dependency org="com.github.houbb" name="sandglass-api" rev="1.3.1">
<artifact name="sandglass-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='sandglass-api', version='1.3.1')
)
libraryDependencies += "com.github.houbb" % "sandglass-api" % "1.3.1"
[com.github.houbb/sandglass-api "1.3.1"]