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