GroupId | GroupIdcom.aegisql |
---|---|
ArtifactId | ArtifactIdconveyor |
Version | Version1.3.12 |
Type | Typepom |
Filename | Size |
---|---|
conveyor-1.3.12.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aegisql/conveyor/ -->
<dependency>
<groupId>com.aegisql</groupId>
<artifactId>conveyor</artifactId>
<version>1.3.12</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aegisql/conveyor/
implementation 'com.aegisql:conveyor:1.3.12'
// https://jarcasting.com/artifacts/com.aegisql/conveyor/
implementation ("com.aegisql:conveyor:1.3.12")
'com.aegisql:conveyor:pom:1.3.12'
<dependency org="com.aegisql" name="conveyor" rev="1.3.12">
<artifact name="conveyor" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aegisql', module='conveyor', version='1.3.12')
)
libraryDependencies += "com.aegisql" % "conveyor" % "1.3.12"
[com.aegisql/conveyor "1.3.12"]