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