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