Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.czsem |
ArtifactId | ArtifactIdczsem-common |
Version | Version3.0-beta1 |
Type | Typejar |
Filename | Size |
---|---|
czsem-common-3.0-beta1.pom | |
czsem-common-3.0-beta1.jar | 55 KB |
czsem-common-3.0-beta1-sources.jar | 20 KB |
czsem-common-3.0-beta1-javadoc.jar | 214 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.czsem/czsem-common/ -->
<dependency>
<groupId>net.sf.czsem</groupId>
<artifactId>czsem-common</artifactId>
<version>3.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.czsem/czsem-common/
implementation 'net.sf.czsem:czsem-common:3.0-beta1'
// https://jarcasting.com/artifacts/net.sf.czsem/czsem-common/
implementation ("net.sf.czsem:czsem-common:3.0-beta1")
'net.sf.czsem:czsem-common:jar:3.0-beta1'
<dependency org="net.sf.czsem" name="czsem-common" rev="3.0-beta1">
<artifact name="czsem-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.czsem', module='czsem-common', version='3.0-beta1')
)
libraryDependencies += "net.sf.czsem" % "czsem-common" % "3.0-beta1"
[net.sf.czsem/czsem-common "3.0-beta1"]