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