Skip to content
Discussion options

You must be logged in to vote

OK its on Maven Central now: https://repo1.maven.org/maven2/org/primefaces/themes/all-themes/1.0.11/

You should be able to use the same maven coordinates

<dependency>
   <groupId>org.primefaces.themes</groupId>
   <artifactId>all-themes</artifactId>
   <version>1.0.11</version>
</dependency>

If you used Barcode4J fork from PF Repo that is also on Maven Central here:

<dependency>
    <groupId>org.primefaces.extensions</groupId>
    <artifactId>barcode4j-light</artifactId>
    <version>2.3.0</version>
</dependency>

Replies: 5 comments 17 replies

This comment has been hidden.

Comment options

You must be logged in to vote
3 replies
@melloware

This comment has been hidden.

@s0ftwar3punK

This comment has been hidden.

@dgisbert

This comment has been hidden.

Comment options

You must be logged in to vote
5 replies
@pdurbin
Comment options

@melloware
Comment options

Answer selected by melloware
@dgisbert
Comment options

@melloware
Comment options

@melloware
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
9 replies
@Noenzbj
Comment options

@melloware
Comment options

@Noenzbj
Comment options

@Noenzbj
Comment options

@melloware
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Resolution: Workaround Workaround for the issue is found
6 participants