GroupId | GroupIdcom.fhs-opensource |
---|---|
ArtifactId | ArtifactIdcommon |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
common-1.0.0.pom | |
common-1.0.0.jar | 157 KB |
common-1.0.0-sources.jar | 105 KB |
common-1.0.0-javadoc.jar | 351 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.fhs-opensource/common/ -->
<dependency>
<groupId>com.fhs-opensource</groupId>
<artifactId>common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.fhs-opensource/common/
implementation 'com.fhs-opensource:common:1.0.0'
// https://jarcasting.com/artifacts/com.fhs-opensource/common/
implementation ("com.fhs-opensource:common:1.0.0")
'com.fhs-opensource:common:jar:1.0.0'
<dependency org="com.fhs-opensource" name="common" rev="1.0.0">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.fhs-opensource', module='common', version='1.0.0')
)
libraryDependencies += "com.fhs-opensource" % "common" % "1.0.0"
[com.fhs-opensource/common "1.0.0"]