GroupId | GroupIdorg.systemfw |
---|---|
ArtifactId | ArtifactIdupperbound_2.11 |
Version | Version0.2.0-M2 |
Type | Typejar |
Filename | Size |
---|---|
upperbound_2.11-0.2.0-M2.pom | |
upperbound_2.11-0.2.0-M2.jar | 69 KB |
upperbound_2.11-0.2.0-M2-sources.jar | 5 KB |
upperbound_2.11-0.2.0-M2-javadoc.jar | 386 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.systemfw/upperbound_2.11/ -->
<dependency>
<groupId>org.systemfw</groupId>
<artifactId>upperbound_2.11</artifactId>
<version>0.2.0-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.systemfw/upperbound_2.11/
implementation 'org.systemfw:upperbound_2.11:0.2.0-M2'
// https://jarcasting.com/artifacts/org.systemfw/upperbound_2.11/
implementation ("org.systemfw:upperbound_2.11:0.2.0-M2")
'org.systemfw:upperbound_2.11:jar:0.2.0-M2'
<dependency org="org.systemfw" name="upperbound_2.11" rev="0.2.0-M2">
<artifact name="upperbound_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.systemfw', module='upperbound_2.11', version='0.2.0-M2')
)
libraryDependencies += "org.systemfw" % "upperbound_2.11" % "0.2.0-M2"
[org.systemfw/upperbound_2.11 "0.2.0-M2"]