| GroupId | GroupIdcom.riskiq |
|---|---|
| ArtifactId | ArtifactIdmorphlines-core |
| Version | Version7.7.2.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| morphlines-core-7.7.2.1.pom | |
| morphlines-core-7.7.2.1.jar | 30 KB |
| morphlines-core-7.7.2.1-tests.jar | 964 KB |
| morphlines-core-7.7.2.1-tests-sources.jar | 15 KB |
| morphlines-core-7.7.2.1-sources.jar | 21 KB |
| morphlines-core-7.7.2.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.riskiq/morphlines-core/
implementation 'com.riskiq:morphlines-core:7.7.2.1'
// https://jarcasting.com/artifacts/com.riskiq/morphlines-core/
implementation ("com.riskiq:morphlines-core:7.7.2.1")
'com.riskiq:morphlines-core:jar:7.7.2.1'
<dependency org="com.riskiq" name="morphlines-core" rev="7.7.2.1">
<artifact name="morphlines-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.riskiq', module='morphlines-core', version='7.7.2.1')
)
libraryDependencies += "com.riskiq" % "morphlines-core" % "7.7.2.1"
[com.riskiq/morphlines-core "7.7.2.1"]