| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.seaf |
| ArtifactId | ArtifactIdseaf |
| Last Version | Last Version0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSEAF
Simple Enterprise Application Framework.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| seaf-0.2.pom | |
| seaf-0.2.jar | 2 KB |
| seaf-0.2-sources.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.seaf/seaf/ -->
<dependency>
<groupId>net.sf.seaf</groupId>
<artifactId>seaf</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.seaf/seaf/
implementation 'net.sf.seaf:seaf:0.2'
// https://jarcasting.com/artifacts/net.sf.seaf/seaf/
implementation ("net.sf.seaf:seaf:0.2")
'net.sf.seaf:seaf:jar:0.2'
<dependency org="net.sf.seaf" name="seaf" rev="0.2">
<artifact name="seaf" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.seaf', module='seaf', version='0.2')
)
libraryDependencies += "net.sf.seaf" % "seaf" % "0.2"
[net.sf.seaf/seaf "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| ch.qos.logback : logback-classic | jar | 0.9.26 |
| org.slf4j : jcl-over-slf4j | jar | 1.6.1 |