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