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