GroupId | GroupIdcom.kalman03 |
---|---|
ArtifactId | ArtifactIdgateway-core |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
gateway-core-1.0.0.pom | |
gateway-core-1.0.0.jar | 50 KB |
gateway-core-1.0.0-sources.jar | 27 KB |
gateway-core-1.0.0-javadoc.jar | 231 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kalman03/gateway-core/ -->
<dependency>
<groupId>com.kalman03</groupId>
<artifactId>gateway-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.kalman03/gateway-core/
implementation 'com.kalman03:gateway-core:1.0.0'
// https://jarcasting.com/artifacts/com.kalman03/gateway-core/
implementation ("com.kalman03:gateway-core:1.0.0")
'com.kalman03:gateway-core:jar:1.0.0'
<dependency org="com.kalman03" name="gateway-core" rev="1.0.0">
<artifact name="gateway-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.kalman03', module='gateway-core', version='1.0.0')
)
libraryDependencies += "com.kalman03" % "gateway-core" % "1.0.0"
[com.kalman03/gateway-core "1.0.0"]