p

plexus-i18n

Files download
File Operation
plexus-i18n-1.0-beta-3.jar download
plexus-i18n-1.0-beta-3.pom download
Apache Maven
<dependency>
  <groupId>plexus</groupId>
  <artifactId>plexus-i18n</artifactId>
  <version>1.0-beta-3</version>
</dependency>
Gradle Groovy
implementation 'plexus:plexus-i18n:1.0-beta-3'
Gradle Kotlin
implementation("plexus:plexus-i18n:1.0-beta-3")
Scala SBT
libraryDependencies += "plexus" % "plexus-i18n" % "1.0-beta-3"
Groovy Grape
@Grapes(
  @Grab(group='plexus', module='plexus-i18n', version='1.0-beta-3')
)
Apache Ivy
<dependency org="plexus" name="plexus-i18n" rev="1.0-beta-3" />
Leiningen
[plexus/plexus-i18n "1.0-beta-3"]
Apache Buildr
'plexus:plexus-i18n:jar:1.0-beta-3'