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