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