GroupId | GroupIdorg.jberet.test-apps |
---|---|
ArtifactId | ArtifactIdpostConstruct |
Version | Version1.0.0.Alpha1 |
Type | Typejar |
Filename | Size |
---|---|
postConstruct-1.0.0.Alpha1.pom | |
postConstruct-1.0.0.Alpha1.jar | 7 KB |
postConstruct-1.0.0.Alpha1-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jberet.test-apps/postConstruct/ -->
<dependency>
<groupId>org.jberet.test-apps</groupId>
<artifactId>postConstruct</artifactId>
<version>1.0.0.Alpha1</version>
</dependency>
// https://jarcasting.com/artifacts/org.jberet.test-apps/postConstruct/
implementation 'org.jberet.test-apps:postConstruct:1.0.0.Alpha1'
// https://jarcasting.com/artifacts/org.jberet.test-apps/postConstruct/
implementation ("org.jberet.test-apps:postConstruct:1.0.0.Alpha1")
'org.jberet.test-apps:postConstruct:jar:1.0.0.Alpha1'
<dependency org="org.jberet.test-apps" name="postConstruct" rev="1.0.0.Alpha1">
<artifact name="postConstruct" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jberet.test-apps', module='postConstruct', version='1.0.0.Alpha1')
)
libraryDependencies += "org.jberet.test-apps" % "postConstruct" % "1.0.0.Alpha1"
[org.jberet.test-apps/postConstruct "1.0.0.Alpha1"]