GroupId | GroupIdcom.github.jgzl |
---|---|
ArtifactId | ArtifactIdbsf-starter |
Version | Version1.0.2.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
bsf-starter-1.0.2.RELEASE.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jgzl/bsf-starter/ -->
<dependency>
<groupId>com.github.jgzl</groupId>
<artifactId>bsf-starter</artifactId>
<version>1.0.2.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.jgzl/bsf-starter/
implementation 'com.github.jgzl:bsf-starter:1.0.2.RELEASE'
// https://jarcasting.com/artifacts/com.github.jgzl/bsf-starter/
implementation ("com.github.jgzl:bsf-starter:1.0.2.RELEASE")
'com.github.jgzl:bsf-starter:pom:1.0.2.RELEASE'
<dependency org="com.github.jgzl" name="bsf-starter" rev="1.0.2.RELEASE">
<artifact name="bsf-starter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.jgzl', module='bsf-starter', version='1.0.2.RELEASE')
)
libraryDependencies += "com.github.jgzl" % "bsf-starter" % "1.0.2.RELEASE"
[com.github.jgzl/bsf-starter "1.0.2.RELEASE"]