License |
License |
---|---|
GroupId | GroupIdorg.jeyzer.build |
ArtifactId | ArtifactIdjeyzer-profile-updater-core |
Version | Version2.0 |
Type | Typejar |
Description |
DescriptionJeyzer Profile Updater Core
The Jeyzer profile updater core is responsible for updating the master and shared profile patterns with the ones generated out of the Jeyzer annotation processing. Documentation available at https://jeyzer.org/docs/shared-profile/profile-updaters/
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.jeyzer.build/jeyzer-profile-updater-core/ -->
<dependency>
<groupId>org.jeyzer.build</groupId>
<artifactId>jeyzer-profile-updater-core</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jeyzer.build/jeyzer-profile-updater-core/
implementation 'org.jeyzer.build:jeyzer-profile-updater-core:2.0'
// https://jarcasting.com/artifacts/org.jeyzer.build/jeyzer-profile-updater-core/
implementation ("org.jeyzer.build:jeyzer-profile-updater-core:2.0")
'org.jeyzer.build:jeyzer-profile-updater-core:jar:2.0'
<dependency org="org.jeyzer.build" name="jeyzer-profile-updater-core" rev="2.0">
<artifact name="jeyzer-profile-updater-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jeyzer.build', module='jeyzer-profile-updater-core', version='2.0')
)
libraryDependencies += "org.jeyzer.build" % "jeyzer-profile-updater-core" % "2.0"
[org.jeyzer.build/jeyzer-profile-updater-core "2.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 16.0.1 |