Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.petitviolet |
ArtifactId | ArtifactIdoperator_2.12 |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
operator_2.12-0.5.0.pom | |
operator_2.12-0.5.0.jar | 27 KB |
operator_2.12-0.5.0-sources.jar | 3 KB |
operator_2.12-0.5.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.petitviolet/operator_2.12/ -->
<dependency>
<groupId>net.petitviolet</groupId>
<artifactId>operator_2.12</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.petitviolet/operator_2.12/
implementation 'net.petitviolet:operator_2.12:0.5.0'
// https://jarcasting.com/artifacts/net.petitviolet/operator_2.12/
implementation ("net.petitviolet:operator_2.12:0.5.0")
'net.petitviolet:operator_2.12:jar:0.5.0'
<dependency org="net.petitviolet" name="operator_2.12" rev="0.5.0">
<artifact name="operator_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.petitviolet', module='operator_2.12', version='0.5.0')
)
libraryDependencies += "net.petitviolet" % "operator_2.12" % "0.5.0"
[net.petitviolet/operator_2.12 "0.5.0"]