Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.seaf |
ArtifactId | ArtifactIdseaf-commons |
Version | Version0.6 |
Type | Typejar |
Filename | Size |
---|---|
seaf-commons-0.6.pom | |
seaf-commons-0.6.jar | 54 KB |
seaf-commons-0.6-sources.jar | 40 KB |
seaf-commons-0.6-javadoc.jar | 305 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.seaf/seaf-commons/ -->
<dependency>
<groupId>net.sf.seaf</groupId>
<artifactId>seaf-commons</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.seaf/seaf-commons/
implementation 'net.sf.seaf:seaf-commons:0.6'
// https://jarcasting.com/artifacts/net.sf.seaf/seaf-commons/
implementation ("net.sf.seaf:seaf-commons:0.6")
'net.sf.seaf:seaf-commons:jar:0.6'
<dependency org="net.sf.seaf" name="seaf-commons" rev="0.6">
<artifact name="seaf-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.seaf', module='seaf-commons', version='0.6')
)
libraryDependencies += "net.sf.seaf" % "seaf-commons" % "0.6"
[net.sf.seaf/seaf-commons "0.6"]