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