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