| GroupId | GroupIdcom.riskiq |
|---|---|
| ArtifactId | ArtifactIdmorphlines-core |
| Version | Version7.7.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| morphlines-core-7.7.2.0.pom | |
| morphlines-core-7.7.2.0.jar | 30 KB |
| morphlines-core-7.7.2.0-tests.jar | 964 KB |
| morphlines-core-7.7.2.0-tests-sources.jar | 15 KB |
| morphlines-core-7.7.2.0-sources.jar | 21 KB |
| morphlines-core-7.7.2.0-javadoc.jar | 45 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.riskiq/morphlines-core/ -->
<dependency>
<groupId>com.riskiq</groupId>
<artifactId>morphlines-core</artifactId>
<version>7.7.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.riskiq/morphlines-core/
implementation 'com.riskiq:morphlines-core:7.7.2.0'
// https://jarcasting.com/artifacts/com.riskiq/morphlines-core/
implementation ("com.riskiq:morphlines-core:7.7.2.0")
'com.riskiq:morphlines-core:jar:7.7.2.0'
<dependency org="com.riskiq" name="morphlines-core" rev="7.7.2.0">
<artifact name="morphlines-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.riskiq', module='morphlines-core', version='7.7.2.0')
)
libraryDependencies += "com.riskiq" % "morphlines-core" % "7.7.2.0"
[com.riskiq/morphlines-core "7.7.2.0"]