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