| Categories | 
                CategoriesNet | 
        
|---|---|
| GroupId | GroupIdnet.sf.jsefa | 
    
| ArtifactId | ArtifactIdjsefa | 
    
| Version | Version1.1.0.RELEASE | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| jsefa-1.1.0.RELEASE.pom | |
| jsefa-1.1.0.RELEASE.jar | 283 KB | 
| jsefa-1.1.0.RELEASE-sources.jar | 1 MB | 
| jsefa-1.1.0.RELEASE-javadoc.jar | 1 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/net.sf.jsefa/jsefa/ -->
<dependency>
    <groupId>net.sf.jsefa</groupId>
    <artifactId>jsefa</artifactId>
    <version>1.1.0.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/net.sf.jsefa/jsefa/
implementation 'net.sf.jsefa:jsefa:1.1.0.RELEASE'
                // https://jarcasting.com/artifacts/net.sf.jsefa/jsefa/
implementation ("net.sf.jsefa:jsefa:1.1.0.RELEASE")
                'net.sf.jsefa:jsefa:jar:1.1.0.RELEASE'
                <dependency org="net.sf.jsefa" name="jsefa" rev="1.1.0.RELEASE">
  <artifact name="jsefa" type="jar" />
</dependency>
                @Grapes(
@Grab(group='net.sf.jsefa', module='jsefa', version='1.1.0.RELEASE')
)
                libraryDependencies += "net.sf.jsefa" % "jsefa" % "1.1.0.RELEASE"
                [net.sf.jsefa/jsefa "1.1.0.RELEASE"]