GroupId | GroupIdio.streammachine.schemas |
---|---|
ArtifactId | ArtifactIdschema-common |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
schema-common-0.0.1.pom | |
schema-common-0.0.1.jar | 3 KB |
schema-common-0.0.1-sources.jar | 3 KB |
schema-common-0.0.1-javadoc.jar | 385 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.streammachine.schemas/schema-common/ -->
<dependency>
<groupId>io.streammachine.schemas</groupId>
<artifactId>schema-common</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.streammachine.schemas/schema-common/
implementation 'io.streammachine.schemas:schema-common:0.0.1'
// https://jarcasting.com/artifacts/io.streammachine.schemas/schema-common/
implementation ("io.streammachine.schemas:schema-common:0.0.1")
'io.streammachine.schemas:schema-common:jar:0.0.1'
<dependency org="io.streammachine.schemas" name="schema-common" rev="0.0.1">
<artifact name="schema-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streammachine.schemas', module='schema-common', version='0.0.1')
)
libraryDependencies += "io.streammachine.schemas" % "schema-common" % "0.0.1"
[io.streammachine.schemas/schema-common "0.0.1"]