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