GroupId | GroupIdcom.github.highras |
---|---|
ArtifactId | ArtifactIdfpnn |
Version | Version2.0.1-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
fpnn-2.0.1-RELEASE.pom | |
fpnn-2.0.1-RELEASE.jar | 62 KB |
fpnn-2.0.1-RELEASE-sources.jar | 26 KB |
fpnn-2.0.1-RELEASE-javadoc.jar | 505 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.highras/fpnn/ -->
<dependency>
<groupId>com.github.highras</groupId>
<artifactId>fpnn</artifactId>
<version>2.0.1-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.highras/fpnn/
implementation 'com.github.highras:fpnn:2.0.1-RELEASE'
// https://jarcasting.com/artifacts/com.github.highras/fpnn/
implementation ("com.github.highras:fpnn:2.0.1-RELEASE")
'com.github.highras:fpnn:jar:2.0.1-RELEASE'
<dependency org="com.github.highras" name="fpnn" rev="2.0.1-RELEASE">
<artifact name="fpnn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.highras', module='fpnn', version='2.0.1-RELEASE')
)
libraryDependencies += "com.github.highras" % "fpnn" % "2.0.1-RELEASE"
[com.github.highras/fpnn "2.0.1-RELEASE"]