GroupId | GroupIdcom.mattunderscore |
---|---|
ArtifactId | ArtifactIdshh-core |
Version | Version0.2.7 |
Type | Typejar |
Filename | Size |
---|---|
shh-core-0.2.7.pom | |
shh-core-0.2.7.jar | 6 KB |
shh-core-0.2.7-sources.jar | 10 KB |
shh-core-0.2.7-javadoc.jar | 61 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mattunderscore/shh-core/ -->
<dependency>
<groupId>com.mattunderscore</groupId>
<artifactId>shh-core</artifactId>
<version>0.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.mattunderscore/shh-core/
implementation 'com.mattunderscore:shh-core:0.2.7'
// https://jarcasting.com/artifacts/com.mattunderscore/shh-core/
implementation ("com.mattunderscore:shh-core:0.2.7")
'com.mattunderscore:shh-core:jar:0.2.7'
<dependency org="com.mattunderscore" name="shh-core" rev="0.2.7">
<artifact name="shh-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mattunderscore', module='shh-core', version='0.2.7')
)
libraryDependencies += "com.mattunderscore" % "shh-core" % "0.2.7"
[com.mattunderscore/shh-core "0.2.7"]