GroupId | GroupIdcom.hmsonline |
---|---|
ArtifactId | ArtifactIdvirgil |
Version | Version0.16.0 |
Type | Typejar |
Filename | Size |
---|---|
virgil-0.16.0.pom | |
virgil-0.16.0.jar | 3 MB |
virgil-0.16.0-sources.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.hmsonline/virgil/ -->
<dependency>
<groupId>com.hmsonline</groupId>
<artifactId>virgil</artifactId>
<version>0.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.hmsonline/virgil/
implementation 'com.hmsonline:virgil:0.16.0'
// https://jarcasting.com/artifacts/com.hmsonline/virgil/
implementation ("com.hmsonline:virgil:0.16.0")
'com.hmsonline:virgil:jar:0.16.0'
<dependency org="com.hmsonline" name="virgil" rev="0.16.0">
<artifact name="virgil" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.hmsonline', module='virgil', version='0.16.0')
)
libraryDependencies += "com.hmsonline" % "virgil" % "0.16.0"
[com.hmsonline/virgil "0.16.0"]