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