GroupId | GroupIdcom.github.xincao9 |
---|---|
ArtifactId | ArtifactIdjswitcher-core |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
jswitcher-core-1.0.pom | |
jswitcher-core-1.0.jar | 17 KB |
jswitcher-core-1.0-sources.jar | 14 KB |
jswitcher-core-1.0-javadoc.jar | 90 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xincao9/jswitcher-core/ -->
<dependency>
<groupId>com.github.xincao9</groupId>
<artifactId>jswitcher-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xincao9/jswitcher-core/
implementation 'com.github.xincao9:jswitcher-core:1.0'
// https://jarcasting.com/artifacts/com.github.xincao9/jswitcher-core/
implementation ("com.github.xincao9:jswitcher-core:1.0")
'com.github.xincao9:jswitcher-core:jar:1.0'
<dependency org="com.github.xincao9" name="jswitcher-core" rev="1.0">
<artifact name="jswitcher-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xincao9', module='jswitcher-core', version='1.0')
)
libraryDependencies += "com.github.xincao9" % "jswitcher-core" % "1.0"
[com.github.xincao9/jswitcher-core "1.0"]