is not current version
Last Version 0.7

net.sf.seaf:seaf-commons 0.6

SEAF sources and resources shared by SEAF project family.

Categories

Categories

Net
GroupId

GroupId

net.sf.seaf
ArtifactId

ArtifactId

seaf-commons
Version

Version

0.6
Type

Type

jar

Download seaf-commons 0.6


<!-- 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"]