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