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