Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdio.github.jant009 |
ArtifactId | ArtifactIdBAFramework |
Version | Version1.2 |
Type | Typejar |
Filename | Size |
---|---|
BAFramework-1.2.pom | |
BAFramework-1.2.jar | 20 KB |
BAFramework-1.2-sources.jar | 10 KB |
BAFramework-1.2-javadoc.jar | 498 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jant009/BAFramework/ -->
<dependency>
<groupId>io.github.jant009</groupId>
<artifactId>BAFramework</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jant009/BAFramework/
implementation 'io.github.jant009:BAFramework:1.2'
// https://jarcasting.com/artifacts/io.github.jant009/BAFramework/
implementation ("io.github.jant009:BAFramework:1.2")
'io.github.jant009:BAFramework:jar:1.2'
<dependency org="io.github.jant009" name="BAFramework" rev="1.2">
<artifact name="BAFramework" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jant009', module='BAFramework', version='1.2')
)
libraryDependencies += "io.github.jant009" % "BAFramework" % "1.2"
[io.github.jant009/BAFramework "1.2"]