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