| Categories | CategoriesCLI User Interface Eureka Container Microservices | 
|---|---|
| GroupId | GroupIdorg.eurekaclinical | 
| ArtifactId | ArtifactIdprotempa-framework | 
| Version | Version3.0-Alpha-6 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.eurekaclinical/protempa-framework/ -->
<dependency>
    <groupId>org.eurekaclinical</groupId>
    <artifactId>protempa-framework</artifactId>
    <version>3.0-Alpha-6</version>
</dependency>// https://jarcasting.com/artifacts/org.eurekaclinical/protempa-framework/
implementation 'org.eurekaclinical:protempa-framework:3.0-Alpha-6'// https://jarcasting.com/artifacts/org.eurekaclinical/protempa-framework/
implementation ("org.eurekaclinical:protempa-framework:3.0-Alpha-6")'org.eurekaclinical:protempa-framework:jar:3.0-Alpha-6'<dependency org="org.eurekaclinical" name="protempa-framework" rev="3.0-Alpha-6">
  <artifact name="protempa-framework" type="jar" />
</dependency>@Grapes(
@Grab(group='org.eurekaclinical', module='protempa-framework', version='3.0-Alpha-6')
)libraryDependencies += "org.eurekaclinical" % "protempa-framework" % "3.0-Alpha-6"[org.eurekaclinical/protempa-framework "3.0-Alpha-6"]