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