Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.jpardus.spider |
ArtifactId | ArtifactIdgateway |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
gateway-1.0.0.pom | |
gateway-1.0.0.jar | 13 KB |
gateway-1.0.0-sources.jar | 460 bytes |
gateway-1.0.0-javadoc.jar | 456 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.jpardus.spider/gateway/ -->
<dependency>
<groupId>com.jpardus.spider</groupId>
<artifactId>gateway</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.jpardus.spider/gateway/
implementation 'com.jpardus.spider:gateway:1.0.0'
// https://jarcasting.com/artifacts/com.jpardus.spider/gateway/
implementation ("com.jpardus.spider:gateway:1.0.0")
'com.jpardus.spider:gateway:jar:1.0.0'
<dependency org="com.jpardus.spider" name="gateway" rev="1.0.0">
<artifact name="gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jpardus.spider', module='gateway', version='1.0.0')
)
libraryDependencies += "com.jpardus.spider" % "gateway" % "1.0.0"
[com.jpardus.spider/gateway "1.0.0"]