GroupId | GroupIdcom.github.jnoee |
---|---|
ArtifactId | ArtifactIdxo-starter-base |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
xo-starter-base-1.0.0.pom | |
xo-starter-base-1.0.0.jar | 51 KB |
xo-starter-base-1.0.0-sources.jar | 33 KB |
xo-starter-base-1.0.0-javadoc.jar | 213 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jnoee/xo-starter-base/ -->
<dependency>
<groupId>com.github.jnoee</groupId>
<artifactId>xo-starter-base</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jnoee/xo-starter-base/
implementation 'com.github.jnoee:xo-starter-base:1.0.0'
// https://jarcasting.com/artifacts/com.github.jnoee/xo-starter-base/
implementation ("com.github.jnoee:xo-starter-base:1.0.0")
'com.github.jnoee:xo-starter-base:jar:1.0.0'
<dependency org="com.github.jnoee" name="xo-starter-base" rev="1.0.0">
<artifact name="xo-starter-base" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jnoee', module='xo-starter-base', version='1.0.0')
)
libraryDependencies += "com.github.jnoee" % "xo-starter-base" % "1.0.0"
[com.github.jnoee/xo-starter-base "1.0.0"]