Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdio.gitlab.strum-java |
ArtifactId | ArtifactIdstrum-esb-core |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
strum-esb-core-1.0.0.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/io.gitlab.strum-java/strum-esb-core/ -->
<dependency>
<groupId>io.gitlab.strum-java</groupId>
<artifactId>strum-esb-core</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.gitlab.strum-java/strum-esb-core/
implementation 'io.gitlab.strum-java:strum-esb-core:1.0.0'
// https://jarcasting.com/artifacts/io.gitlab.strum-java/strum-esb-core/
implementation ("io.gitlab.strum-java:strum-esb-core:1.0.0")
'io.gitlab.strum-java:strum-esb-core:pom:1.0.0'
<dependency org="io.gitlab.strum-java" name="strum-esb-core" rev="1.0.0">
<artifact name="strum-esb-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.gitlab.strum-java', module='strum-esb-core', version='1.0.0')
)
libraryDependencies += "io.gitlab.strum-java" % "strum-esb-core" % "1.0.0"
[io.gitlab.strum-java/strum-esb-core "1.0.0"]