Categories |
CategoriesCLI User Interface Eureka Container Microservices |
---|---|
GroupId | GroupIdorg.eurekaclinical |
ArtifactId | ArtifactIdprotempa-framework |
Version | Version4.3 |
Type | Typejar |
Filename | Size |
---|---|
protempa-framework-4.3.pom | |
protempa-framework-4.3.jar | 794 KB |
protempa-framework-4.3-sources.jar | 617 KB |
protempa-framework-4.3-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.eurekaclinical/protempa-framework/ -->
<dependency>
<groupId>org.eurekaclinical</groupId>
<artifactId>protempa-framework</artifactId>
<version>4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.eurekaclinical/protempa-framework/
implementation 'org.eurekaclinical:protempa-framework:4.3'
// https://jarcasting.com/artifacts/org.eurekaclinical/protempa-framework/
implementation ("org.eurekaclinical:protempa-framework:4.3")
'org.eurekaclinical:protempa-framework:jar:4.3'
<dependency org="org.eurekaclinical" name="protempa-framework" rev="4.3">
<artifact name="protempa-framework" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.eurekaclinical', module='protempa-framework', version='4.3')
)
libraryDependencies += "org.eurekaclinical" % "protempa-framework" % "4.3"
[org.eurekaclinical/protempa-framework "4.3"]