Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.vladmihalcea.flexy-pool |
ArtifactId | ArtifactIdflexy-java-ee |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
flexy-java-ee-1.2.0.pom | |
flexy-java-ee-1.2.0.jar | 3 KB |
flexy-java-ee-1.2.0-sources.jar | 1 KB |
flexy-java-ee-1.2.0-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.vladmihalcea.flexy-pool/flexy-java-ee/ -->
<dependency>
<groupId>com.vladmihalcea.flexy-pool</groupId>
<artifactId>flexy-java-ee</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.vladmihalcea.flexy-pool/flexy-java-ee/
implementation 'com.vladmihalcea.flexy-pool:flexy-java-ee:1.2.0'
// https://jarcasting.com/artifacts/com.vladmihalcea.flexy-pool/flexy-java-ee/
implementation ("com.vladmihalcea.flexy-pool:flexy-java-ee:1.2.0")
'com.vladmihalcea.flexy-pool:flexy-java-ee:jar:1.2.0'
<dependency org="com.vladmihalcea.flexy-pool" name="flexy-java-ee" rev="1.2.0">
<artifact name="flexy-java-ee" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.vladmihalcea.flexy-pool', module='flexy-java-ee', version='1.2.0')
)
libraryDependencies += "com.vladmihalcea.flexy-pool" % "flexy-java-ee" % "1.2.0"
[com.vladmihalcea.flexy-pool/flexy-java-ee "1.2.0"]