GroupId | GroupIdnl.basjes.iot |
---|---|
ArtifactId | ArtifactIdstream-record-splitter |
Version | Version0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/nl.basjes.iot/stream-record-splitter/ -->
<dependency>
<groupId>nl.basjes.iot</groupId>
<artifactId>stream-record-splitter</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/nl.basjes.iot/stream-record-splitter/
implementation 'nl.basjes.iot:stream-record-splitter:0.1'
// https://jarcasting.com/artifacts/nl.basjes.iot/stream-record-splitter/
implementation ("nl.basjes.iot:stream-record-splitter:0.1")
'nl.basjes.iot:stream-record-splitter:jar:0.1'
<dependency org="nl.basjes.iot" name="stream-record-splitter" rev="0.1">
<artifact name="stream-record-splitter" type="jar" />
</dependency>
@Grapes(
@Grab(group='nl.basjes.iot', module='stream-record-splitter', version='0.1')
)
libraryDependencies += "nl.basjes.iot" % "stream-record-splitter" % "0.1"
[nl.basjes.iot/stream-record-splitter "0.1"]