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