Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.github.ideahut |
ArtifactId | ArtifactIdsbms-shared |
Version | Version2.0.1 |
Type | Typejar |
Filename | Size |
---|---|
sbms-shared-2.0.1.pom | |
sbms-shared-2.0.1.jar | 127 KB |
sbms-shared-2.0.1-sources.jar | 64 KB |
sbms-shared-2.0.1-javadoc.jar | 521 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.ideahut/sbms-shared/ -->
<dependency>
<groupId>com.github.ideahut</groupId>
<artifactId>sbms-shared</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ideahut/sbms-shared/
implementation 'com.github.ideahut:sbms-shared:2.0.1'
// https://jarcasting.com/artifacts/com.github.ideahut/sbms-shared/
implementation ("com.github.ideahut:sbms-shared:2.0.1")
'com.github.ideahut:sbms-shared:jar:2.0.1'
<dependency org="com.github.ideahut" name="sbms-shared" rev="2.0.1">
<artifact name="sbms-shared" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ideahut', module='sbms-shared', version='2.0.1')
)
libraryDependencies += "com.github.ideahut" % "sbms-shared" % "2.0.1"
[com.github.ideahut/sbms-shared "2.0.1"]