Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdcom.github.simplify3x |
ArtifactId | ArtifactIdcom.github.simplify3x. |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.simplify3x/com.github.simplify3x./ -->
<dependency>
<groupId>com.github.simplify3x</groupId>
<artifactId>com.github.simplify3x.</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.simplify3x/com.github.simplify3x./
implementation 'com.github.simplify3x:com.github.simplify3x.:1.0.0'
// https://jarcasting.com/artifacts/com.github.simplify3x/com.github.simplify3x./
implementation ("com.github.simplify3x:com.github.simplify3x.:1.0.0")
'com.github.simplify3x:com.github.simplify3x.:jar:1.0.0'
<dependency org="com.github.simplify3x" name="com.github.simplify3x." rev="1.0.0">
<artifact name="com.github.simplify3x." type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.simplify3x', module='com.github.simplify3x.', version='1.0.0')
)
libraryDependencies += "com.github.simplify3x" % "com.github.simplify3x." % "1.0.0"
[com.github.simplify3x/com.github.simplify3x. "1.0.0"]