License |
License |
---|---|
GroupId | GroupIdio.streammachine.schemas |
ArtifactId | ArtifactIdschema-common |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionio.streammachine.schemas:schema-common
Common module for Stream Machine schemas.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
schema-common-1.0.0.pom | |
schema-common-1.0.0.jar | 3 KB |
schema-common-1.0.0-sources.jar | 3 KB |
schema-common-1.0.0-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>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.streammachine.schemas/schema-common/
implementation 'io.streammachine.schemas:schema-common:1.0.0'
// https://jarcasting.com/artifacts/io.streammachine.schemas/schema-common/
implementation ("io.streammachine.schemas:schema-common:1.0.0")
'io.streammachine.schemas:schema-common:jar:1.0.0'
<dependency org="io.streammachine.schemas" name="schema-common" rev="1.0.0">
<artifact name="schema-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.streammachine.schemas', module='schema-common', version='1.0.0')
)
libraryDependencies += "io.streammachine.schemas" % "schema-common" % "1.0.0"
[io.streammachine.schemas/schema-common "1.0.0"]