| License |
License |
|---|---|
| GroupId | GroupIdcom.mastfrog |
| ArtifactId | ArtifactIdacteur-auth-parent |
| Version | Version2.7.3 |
| Type | Typepom |
| Description |
DescriptionActeur Authentication (modules)
Shared configuration for Giulius, Acteur and
related projects
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationMastfrog Technologies |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| acteur-auth-parent-2.7.3.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/acteur-auth-parent/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>acteur-auth-parent</artifactId>
<version>2.7.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/acteur-auth-parent/
implementation 'com.mastfrog:acteur-auth-parent:2.7.3'
// https://jarcasting.com/artifacts/com.mastfrog/acteur-auth-parent/
implementation ("com.mastfrog:acteur-auth-parent:2.7.3")
'com.mastfrog:acteur-auth-parent:pom:2.7.3'
<dependency org="com.mastfrog" name="acteur-auth-parent" rev="2.7.3">
<artifact name="acteur-auth-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='acteur-auth-parent', version='2.7.3')
)
libraryDependencies += "com.mastfrog" % "acteur-auth-parent" % "2.7.3"
[com.mastfrog/acteur-auth-parent "2.7.3"]