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