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