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