GroupId | GroupIdcom.github.mygreen |
---|---|
ArtifactId | ArtifactIdsplate |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
splate-0.2.pom | |
splate-0.2.jar | 49 KB |
splate-0.2-sources.jar | 44 KB |
splate-0.2-javadoc.jar | 626 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mygreen/splate/ -->
<dependency>
<groupId>com.github.mygreen</groupId>
<artifactId>splate</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mygreen/splate/
implementation 'com.github.mygreen:splate:0.2'
// https://jarcasting.com/artifacts/com.github.mygreen/splate/
implementation ("com.github.mygreen:splate:0.2")
'com.github.mygreen:splate:jar:0.2'
<dependency org="com.github.mygreen" name="splate" rev="0.2">
<artifact name="splate" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mygreen', module='splate', version='0.2')
)
libraryDependencies += "com.github.mygreen" % "splate" % "0.2"
[com.github.mygreen/splate "0.2"]