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