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