<dependency>
<groupId>org.craftercms</groupId>
<artifactId>crafter-commons-entitlements</artifactId>
<version>4.0.6</version>
</dependency>
@Grapes(
@Grab(group='org.craftercms', module='crafter-commons-entitlements', version='4.0.6')
)
<parent> <groupId>org.craftercms</groupId> <artifactId>crafter-commons</artifactId> <version>4.0.6</version> </parent>
compile
|-- org.springframework:spring-core
|-- org.springframework:spring-context
|-- org.apache.commons:commons-text
|-- com.fasterxml.jackson.core:jackson-databind
|-- com.fasterxml.jackson.datatype:jackson-datatype-jsr310
|-- org.craftercms:crafter-commons-utilities
test
|-- org.springframework:spring-test
|-- junit:junit