License |
License |
---|---|
GroupId | GroupIdcom.github.howtobuildapp |
ArtifactId | ArtifactIdlibvm |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionj2objclib-libvm
lib vm
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
libvm-1.0.0.pom | |
libvm-1.0.0.jar | 2 KB |
libvm-1.0.0-sources.jar | 2 KB |
libvm-1.0.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.howtobuildapp/libvm/ -->
<dependency>
<groupId>com.github.howtobuildapp</groupId>
<artifactId>libvm</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.howtobuildapp/libvm/
implementation 'com.github.howtobuildapp:libvm:1.0.0'
// https://jarcasting.com/artifacts/com.github.howtobuildapp/libvm/
implementation ("com.github.howtobuildapp:libvm:1.0.0")
'com.github.howtobuildapp:libvm:jar:1.0.0'
<dependency org="com.github.howtobuildapp" name="libvm" rev="1.0.0">
<artifact name="libvm" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.howtobuildapp', module='libvm', version='1.0.0')
)
libraryDependencies += "com.github.howtobuildapp" % "libvm" % "1.0.0"
[com.github.howtobuildapp/libvm "1.0.0"]