Categories |
CategoriesIDE Development Tools |
---|---|
GroupId | GroupIdcom.jpardus.spider |
ArtifactId | ArtifactIdgateway |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
gateway-1.0.1.pom | |
gateway-1.0.1.jar | 21 KB |
gateway-1.0.1-sources.jar | 460 bytes |
gateway-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.jpardus.spider/gateway/
implementation 'com.jpardus.spider:gateway:1.0.1'
// https://jarcasting.com/artifacts/com.jpardus.spider/gateway/
implementation ("com.jpardus.spider:gateway:1.0.1")
'com.jpardus.spider:gateway:jar:1.0.1'
<dependency org="com.jpardus.spider" name="gateway" rev="1.0.1">
<artifact name="gateway" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.jpardus.spider', module='gateway', version='1.0.1')
)
libraryDependencies += "com.jpardus.spider" % "gateway" % "1.0.1"
[com.jpardus.spider/gateway "1.0.1"]