GroupId | GroupIdorg.openlcb |
---|---|
ArtifactId | ArtifactIdopenlcb |
Version | Version0.7.26 |
Type | Typejar |
Filename | Size |
---|---|
openlcb-0.7.26.pom | |
openlcb-0.7.26.jar | 473 KB |
openlcb-0.7.26-tests.jar | 338 KB |
openlcb-0.7.26-sources.jar | 207 KB |
openlcb-0.7.26-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.openlcb/openlcb/ -->
<dependency>
<groupId>org.openlcb</groupId>
<artifactId>openlcb</artifactId>
<version>0.7.26</version>
</dependency>
// https://jarcasting.com/artifacts/org.openlcb/openlcb/
implementation 'org.openlcb:openlcb:0.7.26'
// https://jarcasting.com/artifacts/org.openlcb/openlcb/
implementation ("org.openlcb:openlcb:0.7.26")
'org.openlcb:openlcb:jar:0.7.26'
<dependency org="org.openlcb" name="openlcb" rev="0.7.26">
<artifact name="openlcb" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.openlcb', module='openlcb', version='0.7.26')
)
libraryDependencies += "org.openlcb" % "openlcb" % "0.7.26"
[org.openlcb/openlcb "0.7.26"]