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