is not current version
Last Version 0.7

net.sf.seaf:seaf-commons 0.5

SEAF sources and resources shared by SEAF project family.

Categories

Categories

Net
GroupId

GroupId

net.sf.seaf
ArtifactId

ArtifactId

seaf-commons
Version

Version

0.5
Type

Type

jar

Download seaf-commons 0.5


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