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