<dependency> <groupId>plexus</groupId> <artifactId>plexus-i18n</artifactId> <version>1.0-beta-5</version> </dependency>
implementation 'plexus:plexus-i18n:1.0-beta-5'
implementation("plexus:plexus-i18n:1.0-beta-5")
libraryDependencies += "plexus" % "plexus-i18n" % "1.0-beta-5"
@Grapes( @Grab(group='plexus', module='plexus-i18n', version='1.0-beta-5') )
<dependency org="plexus" name="plexus-i18n" rev="1.0-beta-5" />
[plexus/plexus-i18n "1.0-beta-5"]
'plexus:plexus-i18n:jar:1.0-beta-5'
<parent> <groupId>plexus</groupId> <artifactId>plexus-components</artifactId> <version>1.1</version> </parent>