Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.github.thssmonkey |
ArtifactId | ArtifactIdLBFGS |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
LBFGS-1.0.3.pom | |
LBFGS-1.0.3.jar | 77 KB |
LBFGS-1.0.3-sources.jar | 11 KB |
LBFGS-1.0.3-javadoc.jar | 458 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.thssmonkey/LBFGS/ -->
<dependency>
<groupId>com.github.thssmonkey</groupId>
<artifactId>LBFGS</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.thssmonkey/LBFGS/
implementation 'com.github.thssmonkey:LBFGS:1.0.3'
// https://jarcasting.com/artifacts/com.github.thssmonkey/LBFGS/
implementation ("com.github.thssmonkey:LBFGS:1.0.3")
'com.github.thssmonkey:LBFGS:jar:1.0.3'
<dependency org="com.github.thssmonkey" name="LBFGS" rev="1.0.3">
<artifact name="LBFGS" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.thssmonkey', module='LBFGS', version='1.0.3')
)
libraryDependencies += "com.github.thssmonkey" % "LBFGS" % "1.0.3"
[com.github.thssmonkey/LBFGS "1.0.3"]