GroupId | GroupIdcom.metreeca |
---|---|
ArtifactId | ArtifactIdvirtuoso |
Version | Version0.50.0 |
Type | Typejar |
Filename | Size |
---|---|
virtuoso-0.50.0.pom | |
virtuoso-0.50.0.jar | 358 KB |
virtuoso-0.50.0-tests.jar | 2 KB |
virtuoso-0.50.0-sources.jar | 5 KB |
virtuoso-0.50.0-javadoc.jar | 23 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.metreeca/virtuoso/ -->
<dependency>
<groupId>com.metreeca</groupId>
<artifactId>virtuoso</artifactId>
<version>0.50.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.metreeca/virtuoso/
implementation 'com.metreeca:virtuoso:0.50.0'
// https://jarcasting.com/artifacts/com.metreeca/virtuoso/
implementation ("com.metreeca:virtuoso:0.50.0")
'com.metreeca:virtuoso:jar:0.50.0'
<dependency org="com.metreeca" name="virtuoso" rev="0.50.0">
<artifact name="virtuoso" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metreeca', module='virtuoso', version='0.50.0')
)
libraryDependencies += "com.metreeca" % "virtuoso" % "0.50.0"
[com.metreeca/virtuoso "0.50.0"]