GroupId | GroupIdorg.factcast |
---|---|
ArtifactId | ArtifactIdfactcast-internal-dep-boot |
Version | Version0.5.7 |
Type | Typejar |
Filename | Size |
---|---|
factcast-internal-dep-boot-0.5.7.pom | 1 KB |
factcast-internal-dep-boot-0.5.7-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.factcast/factcast-internal-dep-boot/ -->
<dependency>
<groupId>org.factcast</groupId>
<artifactId>factcast-internal-dep-boot</artifactId>
<version>0.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.factcast/factcast-internal-dep-boot/
implementation 'org.factcast:factcast-internal-dep-boot:0.5.7'
// https://jarcasting.com/artifacts/org.factcast/factcast-internal-dep-boot/
implementation ("org.factcast:factcast-internal-dep-boot:0.5.7")
'org.factcast:factcast-internal-dep-boot:jar:0.5.7'
<dependency org="org.factcast" name="factcast-internal-dep-boot" rev="0.5.7">
<artifact name="factcast-internal-dep-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.factcast', module='factcast-internal-dep-boot', version='0.5.7')
)
libraryDependencies += "org.factcast" % "factcast-internal-dep-boot" % "0.5.7"
[org.factcast/factcast-internal-dep-boot "0.5.7"]