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