GroupId | GroupIdcom.github.kolema-tech |
---|---|
ArtifactId | ArtifactIdsigma-core |
Version | Version1.0.7 |
Type | Typejar |
Filename | Size |
---|---|
sigma-core-1.0.7.pom | |
sigma-core-1.0.7.jar | 51 KB |
sigma-core-1.0.7-sources.jar | 30 KB |
sigma-core-1.0.7-javadoc.jar | 308 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.kolema-tech/sigma-core/ -->
<dependency>
<groupId>com.github.kolema-tech</groupId>
<artifactId>sigma-core</artifactId>
<version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kolema-tech/sigma-core/
implementation 'com.github.kolema-tech:sigma-core:1.0.7'
// https://jarcasting.com/artifacts/com.github.kolema-tech/sigma-core/
implementation ("com.github.kolema-tech:sigma-core:1.0.7")
'com.github.kolema-tech:sigma-core:jar:1.0.7'
<dependency org="com.github.kolema-tech" name="sigma-core" rev="1.0.7">
<artifact name="sigma-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kolema-tech', module='sigma-core', version='1.0.7')
)
libraryDependencies += "com.github.kolema-tech" % "sigma-core" % "1.0.7"
[com.github.kolema-tech/sigma-core "1.0.7"]