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