GroupId | GroupIdorg.bowlerframework |
---|---|
ArtifactId | ArtifactIdcore_2.9.0 |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
core_2.9.0-0.4.pom | |
core_2.9.0-0.4.jar | 379 KB |
core_2.9.0-0.4-sources.jar | 52 KB |
core_2.9.0-0.4-javadoc.jar | 524 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.bowlerframework/core_2.9.0/ -->
<dependency>
<groupId>org.bowlerframework</groupId>
<artifactId>core_2.9.0</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.bowlerframework/core_2.9.0/
implementation 'org.bowlerframework:core_2.9.0:0.4'
// https://jarcasting.com/artifacts/org.bowlerframework/core_2.9.0/
implementation ("org.bowlerframework:core_2.9.0:0.4")
'org.bowlerframework:core_2.9.0:jar:0.4'
<dependency org="org.bowlerframework" name="core_2.9.0" rev="0.4">
<artifact name="core_2.9.0" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bowlerframework', module='core_2.9.0', version='0.4')
)
libraryDependencies += "org.bowlerframework" % "core_2.9.0" % "0.4"
[org.bowlerframework/core_2.9.0 "0.4"]