Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.simtechdata |
ArtifactId | ArtifactIdSwitcher |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
Switcher-1.0.2.pom | |
Switcher-1.0.2.jar | 9 KB |
Switcher-1.0.2-sources.jar | 7 KB |
Switcher-1.0.2-javadoc.jar | 27 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.simtechdata/Switcher/ -->
<dependency>
<groupId>com.simtechdata</groupId>
<artifactId>Switcher</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.simtechdata/Switcher/
implementation 'com.simtechdata:Switcher:1.0.2'
// https://jarcasting.com/artifacts/com.simtechdata/Switcher/
implementation ("com.simtechdata:Switcher:1.0.2")
'com.simtechdata:Switcher:jar:1.0.2'
<dependency org="com.simtechdata" name="Switcher" rev="1.0.2">
<artifact name="Switcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.simtechdata', module='Switcher', version='1.0.2')
)
libraryDependencies += "com.simtechdata" % "Switcher" % "1.0.2"
[com.simtechdata/Switcher "1.0.2"]