GroupId | GroupIdcom.github.swissquote |
---|---|
ArtifactId | ArtifactIdcarnotzet |
Version | Version1.2.2 |
Type | Typepom |
Filename | Size |
---|---|
carnotzet-1.2.2.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.swissquote/carnotzet/ -->
<dependency>
<groupId>com.github.swissquote</groupId>
<artifactId>carnotzet</artifactId>
<version>1.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.swissquote/carnotzet/
implementation 'com.github.swissquote:carnotzet:1.2.2'
// https://jarcasting.com/artifacts/com.github.swissquote/carnotzet/
implementation ("com.github.swissquote:carnotzet:1.2.2")
'com.github.swissquote:carnotzet:pom:1.2.2'
<dependency org="com.github.swissquote" name="carnotzet" rev="1.2.2">
<artifact name="carnotzet" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.swissquote', module='carnotzet', version='1.2.2')
)
libraryDependencies += "com.github.swissquote" % "carnotzet" % "1.2.2"
[com.github.swissquote/carnotzet "1.2.2"]