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