GroupId | GroupIdname.pehl |
---|---|
ArtifactId | ArtifactIdtotoe |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
totoe-0.6.pom | |
totoe-0.6.jar | 83 KB |
totoe-0.6-sources.jar | 50 KB |
totoe-0.6-javadoc.jar | 230 KB |
Browse |
<!-- https://jarcasting.com/artifacts/name.pehl/totoe/ -->
<dependency>
<groupId>name.pehl</groupId>
<artifactId>totoe</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/name.pehl/totoe/
implementation 'name.pehl:totoe:0.6'
// https://jarcasting.com/artifacts/name.pehl/totoe/
implementation ("name.pehl:totoe:0.6")
'name.pehl:totoe:jar:0.6'
<dependency org="name.pehl" name="totoe" rev="0.6">
<artifact name="totoe" type="jar" />
</dependency>
@Grapes(
@Grab(group='name.pehl', module='totoe', version='0.6')
)
libraryDependencies += "name.pehl" % "totoe" % "0.6"
[name.pehl/totoe "0.6"]