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