| GroupId | GroupIdorg.fnlp |
|---|---|
| ArtifactId | ArtifactIdfnlp-core |
| Version | Version2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fnlp-core-2.0.pom | |
| fnlp-core-2.0.jar | 615 KB |
| fnlp-core-2.0-sources.jar | 501 KB |
| fnlp-core-2.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.fnlp/fnlp-core/ -->
<dependency>
<groupId>org.fnlp</groupId>
<artifactId>fnlp-core</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fnlp/fnlp-core/
implementation 'org.fnlp:fnlp-core:2.0'
// https://jarcasting.com/artifacts/org.fnlp/fnlp-core/
implementation ("org.fnlp:fnlp-core:2.0")
'org.fnlp:fnlp-core:jar:2.0'
<dependency org="org.fnlp" name="fnlp-core" rev="2.0">
<artifact name="fnlp-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fnlp', module='fnlp-core', version='2.0')
)
libraryDependencies += "org.fnlp" % "fnlp-core" % "2.0"
[org.fnlp/fnlp-core "2.0"]