Categories |
CategoriesData |
---|---|
GroupId | GroupIdio.datakernel |
ArtifactId | ArtifactIddatakernel-common |
Version | Version3.0.0 |
Type | Typejar |
Filename | Size |
---|---|
datakernel-common-3.0.0.pom | |
datakernel-common-3.0.0.jar | 108 KB |
datakernel-common-3.0.0-sources.jar | 57 KB |
datakernel-common-3.0.0-javadoc.jar | 428 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.datakernel/datakernel-common/ -->
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-common</artifactId>
<version>3.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.datakernel/datakernel-common/
implementation 'io.datakernel:datakernel-common:3.0.0'
// https://jarcasting.com/artifacts/io.datakernel/datakernel-common/
implementation ("io.datakernel:datakernel-common:3.0.0")
'io.datakernel:datakernel-common:jar:3.0.0'
<dependency org="io.datakernel" name="datakernel-common" rev="3.0.0">
<artifact name="datakernel-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datakernel', module='datakernel-common', version='3.0.0')
)
libraryDependencies += "io.datakernel" % "datakernel-common" % "3.0.0"
[io.datakernel/datakernel-common "3.0.0"]