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