GroupId | GroupIdorg.deephacks.westty |
---|---|
ArtifactId | ArtifactIdwestty-api |
Version | Version0.1.5 |
Type | Typejar |
Filename | Size |
---|---|
westty-api-0.1.5.pom | |
westty-api-0.1.5.jar | 26 KB |
westty-api-0.1.5-sources.jar | 16 KB |
westty-api-0.1.5-javadoc.jar | 149 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.deephacks.westty/westty-api/ -->
<dependency>
<groupId>org.deephacks.westty</groupId>
<artifactId>westty-api</artifactId>
<version>0.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.deephacks.westty/westty-api/
implementation 'org.deephacks.westty:westty-api:0.1.5'
// https://jarcasting.com/artifacts/org.deephacks.westty/westty-api/
implementation ("org.deephacks.westty:westty-api:0.1.5")
'org.deephacks.westty:westty-api:jar:0.1.5'
<dependency org="org.deephacks.westty" name="westty-api" rev="0.1.5">
<artifact name="westty-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.deephacks.westty', module='westty-api', version='0.1.5')
)
libraryDependencies += "org.deephacks.westty" % "westty-api" % "0.1.5"
[org.deephacks.westty/westty-api "0.1.5"]